go/types.TypeParamList.tparams (field)
4 uses
go/types (current package)
typelists.go#L11: type TypeParamList struct{ tparams []*TypeParam }
typelists.go#L18: func (l *TypeParamList) At(i int) *TypeParam { return l.tparams[i] }
typelists.go#L27: return l.tparams
typelists.go#L71: return &TypeParamList{tparams: list}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)